home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / txl / txl.lha / 00README next >
Text File  |  1993-07-19  |  2KB  |  52 lines

  1. TXL 6.0, (c) 1988-1992 Queen's University at Kingston
  2.  
  3. This directory contains release 6.0 of TXL, the Tree Transformation Language,
  4. for Unix-like systems with an ANSI standard C compiler.
  5.  
  6. Distribution of TXL has changed to fully portable ANSI C sources only, 
  7. which you must compile yourself on your system using the Makefile provided.
  8. Binaries for specific machines are no longer provided since they are
  9. too big, and original Turing Plus source is provided only on request.
  10.  
  11. The following files are available:
  12.  
  13.   00README        (ascii)    
  14.       This file.
  15.  
  16.   ABSTRACT      (ascii)    
  17.       A short description of what TXL is and what it is good for.
  18.  
  19.   PROBLEMS      (ascii)    
  20.       A list of known installation problems and what to do about them.
  21.       NeXT and DEC workstation users should be sure to read this.
  22.  
  23.   Contrib    (directory)
  24.       Various unsupported TXL user contributions, in particular 
  25.       TXL grammars for C++ V1.0 and Modula II.
  26.  
  27.   TXL6.0.tar.Z   (binary)   
  28.       A compressed Unix tar image of the TXL 6.0 release for any 
  29.       Unix-like system, with fully portable ANSI C source automatically 
  30.       translated from the Turing Plus original.
  31.  
  32.   TXL6.0.tar.Z.part?of6   (binary)   
  33.       The compressed tar image of the TXL 6.0 release split into six 
  34.       parts for sites where ftp is not reliable enough to fetch it 
  35.       in one piece.
  36.  
  37. To set up TXL at your site, first fetch and read the ABSTRACT
  38. (ftp command 'get ABSTRACT') to see if you are really interested.  
  39. If so, then set ftp to image mode (ftp command 'binary'), 
  40. and fetch TXL6.0.tar.Z (ftp command 'get TXL6.0.tar.Z')
  41. or fetch and concatenate the six parts of TXL6.0.tar.Z.part?of6 .
  42.  
  43. Use the Unix command 'zcat TXL6.0.tar.Z | tar xvf -' 
  44. to detar the TXL distribution and create the distribution directory 
  45. './TXL6.0.export'.
  46.  
  47. Change directory to TXL6.0.export and read the README file 
  48. for further information on installing TXL.
  49.  
  50. J.R. Cordy
  51. 17 February 1992
  52.